lcEntCopyBase Home

Copies base properties (LC_PROP_ENT_..., except extra data) from other entity.

 BOOL lcEntCopyBase (
   HANDLE hEntity,
   HANDLE hEntFrom
 );

Parameters
hEntity
  Handle to a graphic object.
hEntFrom
  Handle to a graphic object which base properties will be copied into hEntity.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).